- 01. Stacks Introduction
- 02. Stacks Details
- 03. Implement a Stack Using an Array
- 04. Implement a Stack Using a Linked List
- 05. Build a Stack
- 06. Practice: Balanced Parentheses
- 07. Reverse Polish Notation
- 08. Reverse a Stack
- 09. Minimum Bracket Reversals
- 10. Queues
- 11. Build a Queue Using an Array
- 12. Build a Queue Using a Linked List
- 13. Build a Queue Using a Stack
- 14. Build a Queue Using High-Level Python
- 15. Reverse a Queue
- 16. Interlude